pp108 : Blacklist Factors

Blacklist Factors

This topic lists the blacklist factors.


To block users from sending requests to Process Platform Web Gateway, blacklist uses certain factors to analyze the incoming request, against a set threshold. If the requests from an user exceed the threshold value for any one of the factors, the requests from that user will be blocked.

The following table lists the factors, their corresponding properties, and default values.

Property Default Value Description
bus.blacklist.factor.NUM_REQUESTS 0 Number of requests sent by the user to Gateway
bus.blacklist.factor.NUM_INVALID_MESSAGES 2 Number of invalid messages
bus.blacklist.factor.UNKNOWN_USER 2 Messages from an unknown user
bus.blacklist.factor.NUM_MESSAGE_SENT 0 Number of messages sent to the Service Container by Gateway
bus.blacklist.factor.NUM_MESSAGE_RECEVIED 0 Number of responses received by the Gateway from the Service Container
bus.blacklist.factor.NUM_TIME_OUT_ERRORS 1 Number of timeout errors occurred when the messages are received and sent to a user
bus.blacklist.factor.NUM_SOAP_FAULTS 0 Number of SOAP faults occurred when the messages are received and sent to a user